projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801ddff
)
(enable-flow-control): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jun 1993 05:16:58 +0000
(
05:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jun 1993 05:16:58 +0000
(
05:16
+0000)
lisp/flow-ctrl.el
patch
|
blob
|
history
diff --git
a/lisp/flow-ctrl.el
b/lisp/flow-ctrl.el
index a2a666837e8f49943b1ba8f047cb3c55db03fc5e..a1fba7803fd3bd6233db0205d16e4734925e6d84 100644
(file)
--- a/
lisp/flow-ctrl.el
+++ b/
lisp/flow-ctrl.el
@@
-46,7
+46,7
@@
;;;###autoload
(defun enable-flow-control ()
- "Enable use of flow control; let user type C-s as C-\ and C-q as C-^."
+ "Enable use of flow control; let user type C-s as C-\
\
and C-q as C-^."
(interactive)
;; Tell emacs to pass C-s and C-q to OS.
(set-input-mode nil t nil)